encoding/asn1.tagAndLength.class (field)
11 uses
encoding/asn1 (current package)
asn1.go#L540: ret.class = int(b >> 6)
asn1.go#L635: if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag) {
asn1.go#L702: if !t.isCompound && t.class == ClassUniversal {
asn1.go#L756: if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
asn1.go#L795: if t.class == ClassUniversal {
asn1.go#L807: if universalTag == TagUTCTime && t.tag == TagGeneralizedTime && t.class == ClassUniversal {
asn1.go#L838: if !matchAnyClassAndTag && (t.class != expectedClass || t.tag != expectedTag) ||
asn1.go#L859: *v = RawValue{t.class, t.tag, t.isCompound, innerBytes, bytes[initOffset:offset]}
common.go#L52: class, tag, length int
marshal.go#L251: b := uint8(t.class) << 6
marshal.go#L704: class: class,
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |